Release 10.1A: OpenEdge Development:
ADM Reference


getAttribute

Returns the value of a standard Web-related attribute.

Location: admweb.p

Parameters:

INPUT p_attr-name AS CHARACTER

The name of the attribute. Possible names are type, version, web–state, web–timeout, web–timeout–handler, web–time–remaining. In addition, other names can be used, provided that the special–get–attribute procedure to handle them exists in the target procedure.

Returns: CHARACTER (value of the attribute).

Notes: None

Examples:

RUN getAttribute ("web-state"). 
cWebState = RETURN-VALUE. 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095